home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / PriceDetails.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.1 KB  |  36 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. <h1>PriceDetail</h1>
  14.         <p> 
  15.         PriceDetail is used to provide Price detail information at
  16.         the line item level
  17.         </p> 
  18.     </intro>
  19.  
  20.     <datatype name="PriceTypeCode">
  21.         <enumeration datatype="NMTOKEN">
  22.             <option>Catalogue</option>
  23.             <option>Contract</option>
  24.         </enumeration>
  25.     </datatype>
  26.  
  27.     <elementtype name="PriceDetail" >
  28.         <model>
  29.         <sequence>
  30.             <element type="Decimal15_4" name="PriceValue" />     <!--  5118  -->
  31.             <element type="PriceTypeCode" name="PriceType" />            <!--  5375  -->
  32.         </sequence>
  33.         </model>
  34.     </elementtype>
  35. </schema>
  36.